Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
Antenna Class Reference

The Antenna class represents the wireless link. More...

Inheritance diagram for Antenna:
Link

Public Member Functions

Port getPort ()
 Returns the port object associated with this Antenna. More...
 
int getReceiverCount ()
 Returns the number of receivers associated with this Antenna. More...
 
Antenna getReceiverAt (int)
 Returns the Antenna receiver at the specified index. More...
 

Detailed Description

The Antenna class represents the wireless link.

Member Function Documentation

◆ getPort()

Port Antenna::getPort ( )

Returns the port object associated with this Antenna.

Returns
Port, the port object associated with this Antenna.

◆ getReceiverAt()

Antenna Antenna::getReceiverAt ( int  )

Returns the Antenna receiver at the specified index.

Parameters
intindex, the index of Antenna receiver.
Returns
Antenna, the Antenna receiver at the specified index.

◆ getReceiverCount()

int Antenna::getReceiverCount ( )

Returns the number of receivers associated with this Antenna.

Returns
int, the number of receivers associated with this Antenna.

The documentation for this class was generated from the following file: